Filter Functionality in Zymmr
The filter functionality in Zymmr allows you to add, save, and clear filters with multiple conditions. This feature supports various operators and lets you choose fields, operands, and values for multiple fields.
Adding a Filter
- Navigate to Filters: Go to the section where you want to apply filters (e.g., project list, task board).
- Choose a Field: Select the field you want to filter by (e.g., Workflow State, Project).
- Select an Operator: Choose from the available operators:
- Equals
- Not Equals
- Like
- Not Like
- In
- Not In
- IS
- Enter a Value: Input the value for the selected field and operator.
- Add Multiple Conditions: Repeat steps 2-4 to add more conditions. The conditions are combined by the (AND) operator
Example: Workflow State equals "Open" AND Project equals "Test"
Saving a Filter
- Set the Filter Conditions: Add the desired filter conditions as described above.
- Save the Filter: Click on the "Save Filter" button.
- Enter a name for the filter and save.
Clearing a Filter
Clear All Conditions: Click on the "Clear Filter" button to remove all filter conditions.
Examples
- Filter by Workflow State and Project:
- Workflow State equals "Open" AND Project equals "Test"
- Filter by Priority and Start Date:
- Priority equals "High" AND Start Date is "2024-07-28"
- Filter by Primary Assignee and Status:
- Primary Assignee equals "John Doe" AND Status equals "In Progress"
Operators Description
Operator | Description |
---|---|
Equals | Matches the exact value |
Not Equals | Does not match the exact value |
Like | Matches similar values (supports wildcards) |
Not Like | Does not match similar values |
In | Matches any value in a given list |
Not In | Does not match any value in a given list |
IS | Used for null checks |